home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Utilities / Text / BlacksEditor / Support / Lang_Asm.dfn < prev    next >
Encoding:
Text File  |  1998-06-24  |  2.6 KB  |  311 lines

  1. ;------------------------------------------------------------------------------
  2. ;
  3. ; $VER: Lang_Asm.dfn 1.00 (23.6.96)
  4. ;
  5. ; This definition file contains definitions necessary to use Blacks Editor as
  6. ; an Assembly language programmer's editor, using the CAPE or DEVPAC assemblers.
  7. ; For reasons of readability, lower case is used for all opcodes and
  8. ; for a few pseudo-ops. Note the letters b, w, l, and s. These are to
  9. ; automate the case correction of instructions like move.b and bne.s.
  10. ;
  11. ; Written by Rhett Anderson
  12. ; Adapted by Marco Negri
  13. ;
  14. ;------------------------------------------------------------------------------
  15.  
  16. DICTIONARY:
  17.  
  18.   abcd
  19.   add
  20.   adda
  21.   addi
  22.   addq
  23.   addx
  24.   and
  25.   andi
  26.   asl
  27.   asr
  28.   bcc
  29.   bhs
  30.   bcs
  31.   blo
  32.   beq
  33.   bge
  34.   bgt
  35.   bhi
  36.   ble
  37.   bls
  38.   blt
  39.   bmi
  40.   bne
  41.   bpl
  42.   bvc
  43.   bvs
  44.   bra
  45.   bchg
  46.   bclr
  47.   bset
  48.   bsr
  49.   btst
  50.   chk
  51.   clr
  52.   cmp
  53.   cmpa
  54.   cmpi
  55.   cmpm
  56.   dbcc
  57.   dbhs
  58.   dbcs
  59.   dblo
  60.   dbeq
  61.   dbge
  62.   dbgt
  63.   dbhi
  64.   dble
  65.   dbls
  66.   dblt
  67.   dbmi
  68.   dbne
  69.   dbpl
  70.   dbvc
  71.   dbvs
  72.   dbt
  73.   dbf
  74.   dbra
  75.   divs
  76.   divu
  77.   eor
  78.   eori
  79.   exg
  80.   ext
  81.   illegal
  82.   jmp
  83.   jsr
  84.   lea
  85.   link
  86.   lsl
  87.   lsr
  88.   move
  89.   movea
  90.   movec
  91.   movem
  92.   movep
  93.   moves
  94.   moveq
  95.   muls
  96.   mulu
  97.   nbcd
  98.   neg
  99.   negx
  100.   nop
  101.   not
  102.   or
  103.   ori
  104.   pea
  105.   reset
  106.   rol
  107.   ror
  108.   roxl
  109.   roxr
  110.   rte
  111.   rtd
  112.   rtr
  113.   rts
  114.   sbcd
  115.   scc
  116.   shs
  117.   scs
  118.   slo
  119.   seq
  120.   sge
  121.   sgt
  122.   shi
  123.   sle
  124.   sls
  125.   slt
  126.   smi
  127.   sne
  128.   spl
  129.   svc
  130.   svs
  131.   sf
  132.   st
  133.   stop
  134.   sub
  135.   suba
  136.   subi
  137.   subq
  138.   subx
  139.   swap
  140.   tas
  141.   tst
  142.   unlk
  143.   b
  144.   w
  145.   l
  146.   s
  147.   db
  148.   dc
  149.   dcb
  150.   ds
  151.   dl
  152.   dw
  153.   rs
  154.   rsreset
  155.   rsset
  156.   bss
  157.   bss_c
  158.   bss_f
  159.   code
  160.   code_c
  161.   code_f
  162.   data
  163.   data_c
  164.   data_f
  165.   d0
  166.   d1
  167.   d2
  168.   d3
  169.   d4
  170.   d5
  171.   d6
  172.   d7
  173.   a0
  174.   a1
  175.   a2
  176.   a3
  177.   a4
  178.   a5
  179.   a6
  180.   a7
  181.   sp
  182.   pc
  183.   r0
  184.   r1
  185.   r2
  186.   r3
  187.   r4
  188.   r5
  189.   r6
  190.   r7
  191.   r8
  192.   r9
  193.   r10
  194.   r11
  195.   r12
  196.   r13
  197.   r14
  198.   r15
  199.   _RS
  200.   ADDSYM
  201.   ALIGN
  202.   ASCII
  203.   AUTOXREF
  204.   BASEREG
  205.   BNRYONLY
  206.   CAPE
  207.   CNOP
  208.   COMMENT
  209.   CSTRING
  210.   CSYMFMT
  211.   DEBUG
  212.   ELSE
  213.   END
  214.   ENDC
  215.   ENDSRC
  216.   ENDM
  217.   ENDMAC
  218.   ENDR
  219.   ENTRY
  220.   EQU
  221.   EVEN
  222.   EXEOBJ
  223.   EXTERN
  224.   FAIL
  225.   _G2
  226.   IDENTIFY
  227.   IDNT
  228.   ISTRING
  229.   IFEQ
  230.   IFGE
  231.   IFGT
  232.   IFLE
  233.   IFLT
  234.   IFNE
  235.   IFD
  236.   IFND
  237.   IFC
  238.   IFNC
  239.   ELSEIF
  240.   IIF
  241.   INCDIR
  242.   INCBIN
  243.   INCLUDE
  244.   LIST
  245.   _LK
  246.   MACRO
  247.   MEXIT
  248.   NARG
  249.   NOLIST
  250.   NOOPTIM
  251.   NORMOBJ
  252.   OBJFILE
  253.   OFFSET
  254.   OPTIMON
  255.   OPT
  256.   ORG
  257.   ORIGIN
  258.   OUTPUT
  259.   PREASM
  260.   PSTRING
  261.   REPT
  262.   RESERVE
  263.   RORG
  264.   RORGIGIN
  265.   SECTION
  266.   SMALLOBJ
  267.   TEXT
  268.   XDEF
  269.   XREF
  270.   OPTION
  271.   PAGEON
  272.   NOPAGE
  273.   TITLE
  274.   PAGE
  275.   PLEN
  276.   LISTSYMS
  277.   LISFILE
  278.   LIST
  279.   LLEN
  280.   NOLIST
  281.   NOL
  282.   PAGEUP
  283.   TTL
  284.   BLANKS
  285.   CASEOFF
  286.   DOCASE
  287.   ERRFILE
  288.   EXECUTE
  289.   FAIL
  290.   FORMAT
  291.   LLEN
  292.   MASK2
  293.   NOBLANKS
  294.   NOFORMAT
  295.   NOOBJ
  296.   OFFSET
  297.   OVERLOAD
  298.   SPC
  299.   TRASHREG
  300.   SUBTTL
  301.   LISTCHAR
  302.   SET
  303.   REG
  304. #
  305.  
  306. TEMPLATES:
  307.  
  308.   "MACRO @\nENDM\n"
  309.   "REPT @\nENDR\n"
  310. #
  311.